home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / hal / fdi / information / 10freedesktop / 10-sony-bluetooth-switch.fdi < prev    next >
Encoding:
Extensible Markup Language  |  2009-04-09  |  1.3 KB  |  36 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <deviceinfo version="0.2">
  4.  
  5.   <device>
  6.     <match key="system.kernel.name" string="Linux">
  7.       <match key="system.hardware.vendor" string="Sony Corporation">
  8.         <match key="system.formfactor" string="laptop">
  9.       <match key="system.product" contains="VGN-S1XP">
  10.             <spawn udi="/org/freedesktop/Hal/devices/sonypic_bluetooth_switch"/>
  11.       </match>
  12.       <!-- FIXME add more laptops here -->
  13.         </match>
  14.       </match>
  15.     </match>
  16.   </device>
  17.  
  18.   <device>
  19.     <match key="info.udi" string="/org/freedesktop/Hal/devices/sonypic_bluetooth_switch">
  20.       <addset key="info.capabilities" type="strlist">killswitch</addset>
  21.       <merge key="info.category" type="string">killswitch</merge>
  22.       <merge key="info.product" type="string">Sony Bluetooth Switch</merge>
  23.       <merge key="killswitch.type" type="string">bluetooth</merge>
  24.       <merge key="killswitch.access_method" type="string">sonypic</merge>
  25.  
  26.       <match key="@info.parent:system.product" contains="VGN-S1XP">
  27.         <merge key="killswitch.expected_usb_vendor_id" type="int">0x44e</merge>
  28.         <merge key="killswitch.expected_usb_product_id" type="int">0x3007</merge>
  29.       </match>
  30.  
  31.       <!-- FIXME add more laptops here -->
  32.     </match>
  33.   </device>
  34.  
  35. </deviceinfo>
  36.